home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / util / libs / ReqToolsLib.lha / ReqToolsLib / README < prev    next >
Encoding:
Text File  |  2001-07-09  |  1.7 KB  |  63 lines

  1. **************************
  2. * REQTOOLS.LIBRARY V39.1 *
  3. **************************
  4.  
  5. This is a back port of the AROS reqtools.library -
  6. which itself is based on the original Amiga ReqTools
  7. sources - to AmigaOS.
  8.  
  9.  
  10. CHANGES/FIXES DONE BY AROS TEAM:
  11.  
  12. V39.1:
  13.  
  14. - The function rtCloseWindowSafely had a serious bug
  15.   which was ... ehm ... introduced by AROS Team when
  16.   converting the orignal asm routine to C. Thanks to
  17.   Gunther Nikl for the bug report!
  18.  
  19. V39.0:
  20.  
  21. - None of the original ASM routines are used/needed
  22.   anymore. Everything has been converted to C.
  23.  
  24. - Does not use intuition.library/ScrollWindowRaster()
  25.   anymore, as this function is buggy in Kickstart 3.1
  26.   (V40) causing Enforcer Hits when the area to be
  27.   scrolled is partly hidden.
  28.   
  29. - Fixed a memory trash bug which could happen when
  30.   clicking into an assign or volume within a reqtools
  31.   file requester.
  32.   
  33. - Some more little fixes, like window border size
  34.   calculations.
  35.   
  36. - Probably one or two other things which have been
  37.   forgotten ...
  38.   
  39. Before installing this new version of reqtools.library
  40. (copy to SYS:Libs) make sure to make a backup of your
  41. old reqtools.library!
  42.  
  43.  
  44. ABOUT THE SOURCE CODE:
  45.  
  46.  
  47. It is included in this archive, but if you want to
  48. make changes to it/add new features to ReqTools/whatever
  49. if possible we would prefer if this was done through the
  50. AROS CVS Server. See AROS homepage!
  51.  
  52. Oh ... the source files were edited with a (hard) TAB
  53. Size of 8 chars, but indentation is only 4 chars. Yes,
  54. this is ugly, but this (or at least the TAB size of
  55. 8 chars) is some sort of standard under Unix and also
  56. under AROS, whose main development is done under Linux.
  57.  
  58.  
  59. Have fun ;-)
  60.  
  61.  
  62. Georg Steger - georg.steger@rolmail.net - http://www.aros.org
  63.